SftTree/NET 2.0

Update Method, SftTree Class

Softel vdm, Inc.

Causes the control to redraw the invalidated regions within its client area.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Overrides Sub Update()
Public Sub Update()

C#   

public override void Update();
public void Update();

C++   

public: virtual void Update();
public: void Update();

Comments

The Update method causes the control to redraw the invalidated regions within its client area.

Executes any pending requests for painting of the control.

use Invalidate to invalidate the control controls, so the entire control is repainted.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com